home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-11-15 | 755 b | 30 lines | [TEXT/MPS ] |
- *************************************************************************************
- * *
- * ARDriver.a - A/ROSE driver interface utilities. *
- * *
- * Richard W. Mincher. February 20, 1990. *
- * *
- * Copyright © 1990, Apple Computer, Inc. All rights reserved. *
- * *
- *************************************************************************************
-
- Case Obj
- Space 4
- Stuff Proc
- Export SetMyTid:Code
- Export ARComplete:Code
- Import QueueID:Code
-
- ARComplete Move.L 4(SP),A0
- Move.L 8(SP),A1
- Move.L 12(SP),D0
- JSR (A1)
- RTS
-
- SetMyTid Lea QueueID,A0
- Move.L 4(SP),D0
- Move.W D0,(A0) ; save the tid
- Rts
- EndProc
- End
-